home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
26
/
6
/
DISK2662.ZIP
/
HINSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-02-09
|
255b
|
13 lines
ECHO OFF
ECHO Performing Accounting Installation System Disk #2
%2
CD\ACT
%1
COPY %1*.* %2\ACT
COPY %1ACT9.OVL %2ACT.MAN
echo
ECHO Installation on the Accounting System Complete!
%2
ECHO To Start Type ACCOUNT and Press Return
goto end
:END